home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pong32.zip / PONGLANG.ZIP / ENGLISH.DEF < prev    next >
Text File  |  1991-11-03  |  4KB  |  144 lines

  1. ;
  2. ; Special definitions
  3. ;
  4. ProgName "PONG"        ; Program name
  5. LANGID   "ENG"         ; Which language. Max 3 Char
  6. YesDef   "Y"           ; Yes  = %Y
  7. NoDef    "N"           ; No   = %N
  8. StopDef  "S"           ; Stop = %S
  9. YesNorm  "y"           ; Yes  = %j
  10. NoNorm   "n"           ; No   = %n
  11. StopNorm "s"           ; Stop = %s
  12. BrackRight "]"         ; %R
  13. BrackLeft  "["         ; %L
  14. Enter    "ENTER"       ; %E
  15.  
  16. ;
  17. ; Define up to 10 colors (0..9) as
  18. ;   COLOR "<NR>,<ATTRIBUTE BYTE>"
  19. ; the attribute byte may be hexadecimal.
  20.  
  21. Color    "0,$0B"       ; Color 0, TextColor
  22. Color    "1,$0C"       ; Color 1, HotKeys
  23. Color    "2,$0F"       ; Color 2, Highlight and input
  24. Color    "3,$0E"       ; Color 3, Info
  25. Color    "4,$1F"       ; Color 4, Status
  26. Color    "5,$0C"       ; Lines and frames
  27.  
  28. ; The following macro's are available in the strings:
  29. ;    ^0..^9   for color 0..9
  30. ;    %Y %y    for upper- and lowercase YES
  31. ;    %N %n    for upper- and lowercase NO
  32. ;    %S %s    for upper- and lowercase STOP
  33. ;    %R %r    for the right bracket
  34. ;    %L %l    for the left bracket
  35. ;    %E %e    for ENTER
  36. ;
  37. ; The name of the resulting file is <PROGNAME>.<LANGID>
  38. ;
  39. ; A few color codes have a special meaning when they are used in non-tranlated
  40. ; stuff:
  41. ;
  42. ;  ^0  TextColor
  43. ;  ^1  HotKeys
  44. ;  ^2  HighLight info and userinput
  45. ;  ^3  Info color
  46. ;  ^4  the headers
  47. ;
  48. ; General language for all the doors.
  49. ;
  50. ]001 "^0Press %L^1%E^0%R to continue: ^2"
  51. ]002 "^0Press %L^1%E^0%R to continue, %L^1%S^0%R to stop: ^2"
  52. ]003 "^0Your choice: ^3"
  53. ]004 "^1%L^2 you have only 2 minutes left!^1%R^2"
  54. ]005 "^1%L^2 you have only 1 minutes left!^1%R^2"
  55. ]006 "^1HELLO???"
  56. ]007 "^1You've been locked out of the system. Don't call back..."
  57. ]008 "^1The SysOp threw you out. Call back an other time.."
  58. ]009 "^1Sorry, you reached your daily timelimit. Hope to see you back an other time."
  59. ]010 "^2Thanks for playing "
  60. ]011 " You have online mail "
  61. ]012 " Help on "
  62. ;
  63. ; Specials. These are the numbers used by RA itself.
  64. ;
  65. ]496 " on node "
  66. ]497 "*MESSAGE* from "
  67. ;
  68. ; Start you program specific strings at f.e. ]100
  69. ;
  70. ]100 "Hall of Fame"
  71.  
  72. ;
  73. ; Be carefull with thisone. The numbers are positioned into the holes!!
  74. ;
  75. ]101 "^0 Pongs:      Balls:      Level:    Time:     min.   Press %L^1%S^0%R to bail out.^2"
  76.  
  77.  
  78. ;
  79. ; Don't make thisone to long. It will look out off the center.
  80. ;
  81. ]110 "^5┌─────────────────────────┐"
  82. ]111 "^5│ Press ANY key to start! │"
  83. ]112 "^5└─────────────────────────┘"
  84. ]113 "^2                           "
  85.  
  86. ]115 "^5┌───────────────────────────┐"
  87. ]116 "^5│          Game Over..      │"
  88. ]117 "^5│ Press ANY key to Continue │"
  89. ]118 "^5└───────────────────────────┘"
  90.  
  91. ]120 "Detected that you have ANSI available! (But not turned on..)"
  92. ]121 "Sorry.. Pong can only be played with ANSI or AVT/0."
  93. ]122 "(and ANSI-MUSIC would also be nice..)"
  94.  
  95. ]123 "Running at "
  96. ]124 " node "
  97.  
  98. ]125 "^3"
  99. ]126 "Current KING PONG: "
  100.  
  101. ]130 "^0%L^1F^0%R see the PONG hall of Fame"
  102. ]131 "^0%L^1P^0%R play PONG"
  103. ]132 "^0%L^1S^0%R turn Soundeffects"
  104. ]133 "^0%L^1T^0%R Test soundeffects"
  105. ]134 "^0%L^1H^0%R Help"
  106. ]135 "^0%L^1Q^0%R Quit"
  107. ]136 " ^2ON  ^0(Now OFF)"
  108. ]137 " ^2OFF ^0(Now ON) "
  109. ;
  110. ; The keys in the same order they appear in the menu. KEEP them in this order!
  111. ]138 "FPSTHQ"
  112.  
  113. ;
  114. ; The special characters:
  115. ;  position    used for
  116. ;    1          Bat
  117. ;    2          Even level curtain
  118. ;    3          Odd level curtain
  119. ;    4          Ball
  120. ;
  121. ]139 "▌▒░█"
  122.  
  123.  
  124.  
  125. ;
  126. ; UserDoes strings:
  127. ;
  128. ]400 "Became KING PONG in the remote PONG game with "
  129. ]401 "pongs, level "
  130.  
  131. ]402 "Is playing PONG "
  132. ]403 " Status: Balls "
  133. ]404 " Pongs "
  134. ]405 " Level "
  135.  
  136. ]406 "Playing LiveSystems Remote PONG "
  137.  
  138. ;
  139. ; LogFile Messages
  140. ;
  141. ]450 "IO error while trying to create a Hall Of Fame!"
  142. ]451 "user didn't have ANSI or AVATAR!"
  143. ]452 "Couldn't update EXITINFO.BBS!"
  144.